home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Think Class Libraries / TP TCL->CW TCL v1.1.2.3 / UPI ƒ / Updated UPIs ƒ / *Updated UPIs README next >
Text File  |  1996-04-20  |  1KB  |  46 lines

  1. Updates to the Universal Interfaces
  2. -----------------------------------
  3. In beta-testing TCL v1.1.2.1 I found a number of anomalies in the Pascal Universal Interfaces, and had to correct them in order to get my application to compile. I will report these anomalies here. 
  4.  
  5. The revised UPI files have been included in the folder Updated UPIs. Please move them into the folder MacOS Support:Interfaces:Universal Interfaces.
  6.  
  7. These anomalies have been reported to apple.bugs@applelink.apple.com, for use in the next release of the UPIs. This document ("Udated UPIs ReadMe") is dated April, 1996. If you are using a version of the UPIs released later than April, 1996, you should disregard these updates to the UPIs.
  8.  
  9.  
  10.  
  11. ObjIntf.p
  12. ---------
  13. Defines procedures for non-existant object, TObject. 
  14.  
  15. Scrap.p
  16. -------
  17. ScrapStuffPtr declared as the wrong type - a typecheck error resulted.
  18.  
  19. Types.p
  20. -------
  21. VHSelect was declared incorrectly.
  22.  
  23. Power.p
  24. -------
  25. Lines had to be resequenced to compile. I believe the latest versions of the CW Pascal compilers no longer require these changes to this file.
  26.  
  27. Printing.p
  28. ----------
  29. Various changes.
  30.  
  31. Signal.p
  32. IntEnv.p
  33. PasLibIntf.p
  34. ErrMgr.p
  35. DisAsmLookup.p
  36. MacTCP.p
  37. fp.p
  38. FixMath.p
  39. fenv.p
  40. AppleTalk.p
  41. MixedMode.p
  42. -----------
  43. Various procedures now declared External.
  44.  
  45.  
  46.